Skip to content

feat: BROS-86: Task Summary follow-ups #7782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

hlomzik
Copy link
Collaborator

@hlomzik hlomzik commented Jun 17, 2025

Improve existing labeling types:

  • move choice chips to a separate component and reuse it in Choices
  • support TextArea with multiple texts
  • fix per_region Number

Support new types of labeling:

  • DateTime, just displaying the value
  • Taxonomy, using the same chip component, aliases are not respected yet
  • Ranker, display buckets and indices in their order, so it's easy to compare

Support data types in a simple shape:

  • Image, Audio, Video as simple html tags
  • List, Paragraphs, Table and TimeSeries as simple JSONs
  • Text, HyperText as a text content
  • Pdf as URL

Remove access to unavailable setting. If current user should not see agreement, it won't be available anyway.

Fix types a little.

Improve existing labeling types:
- move choice chips to a separate component and reuse it in Choices
- support TextArea with multiple texts
- fix per_region Number
Support new types of labeling:
- DateTime, just displaying the value
- Taxonomy, using the same chip component, aliases are not respected yet
- Ranker, display buckets and indices in their order, so it's easy to compare
Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for label-studio-docs-new-theme ready!

Name Link
🔨 Latest commit 1f01d66
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/6855850b4db2f1000857efad
😎 Deploy Preview https://deploy-preview-7782--label-studio-docs-new-theme.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for heartex-docs ready!

Name Link
🔨 Latest commit 1f01d66
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/6855850bf189830008c68d6e
😎 Deploy Preview https://deploy-preview-7782--heartex-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit 1f01d66
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/6855850bba54f30008bc49a6
😎 Deploy Preview https://deploy-preview-7782--label-studio-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the feat label Jun 17, 2025
If current user should not see agreement, it won't be available anyway.
Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit 1f01d66
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/6855850b9fcd06000871aaac
😎 Deploy Preview https://deploy-preview-7782--label-studio-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@@ -71,7 +71,7 @@ export const LabelingSummary = ({ annotations: all, controls, onSelect }: Props)
const annotation = row.original;

return (
<div className="flex gap-tight items-center cursor-pointer" onClick={() => onSelect(annotation)}>
<button type="button" className="flex gap-tight items-center cursor-pointer" onClick={() => onSelect(annotation)}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants